Contribution org.nuxeo.ecm.platform.audit.service.NXAuditEventsService--event
org.nuxeo.ecm.platform.audit.service.NXAuditEventsService
inside nuxeo-platform-audit-core-5.8.jar
This contribution is part of XML component Documentation
Those default auditable events match Nuxeo core base events.
If you are sending new Nuxeo core events and want them audited, this is the place to declare them NXAudit side.
Extension Point
Extension point event of component NXAuditEventsService.Contributed Items
XML Source
<extension point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
<documentation>
Those default auditable events match Nuxeo core base events.
<p/>
If you are sending new Nuxeo core events and want them audited, this is
the place to declare them NXAudit side.
</documentation>
<event name="documentCreated"/>
<event name="documentCreatedByCopy"/>
<event name="documentDuplicated"/>
<event name="documentMoved"/>
<event name="documentRemoved"/>
<event name="documentModified"/>
<event name="documentLocked"/>
<event name="documentUnlocked"/>
<event name="documentSecurityUpdated"/>
<event name="lifecycle_transition_event"/>
<event name="loginSuccess"/>
<event name="loginFailed"/>
<event name="logout"/>
<event name="documentCheckedIn"/>
<event name="versionRemoved"/>
<event name="documentProxyPublished"/>
<event name="sectionContentPublished"/>
<event name="documentRestored"/>
</extension>